util: Add missing git.mk include
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 16 Jun 2014 14:42:22 +0000 (10:42 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 16 Jun 2014 14:47:33 +0000 (10:47 -0400)
util/Makefile.am

index 887faa93f5b0930bd85151c34f5ac7b87b083026..e8cf8fdca03ec366f243ab6987c676d3590c6be5 100644 (file)
@@ -9,3 +9,5 @@ extract-strings$(EXEEXT): $(extract_strings_sources)
        $(AM_V_CCLD)$(CC_FOR_BUILD) $(extract_strings_cppflags) $(CPPFLAGS_FOR_BUILD) $(extract_strings_cflags) $(CFLAGS_FOR_BUILD) $^ $(LDFLAGS_FOR_BUILD) $(extract_strings_ldadd) $(LIBS_FOR_BUILD) -o $@
 
 noinst_PROGRAMS = extract-strings
+
+-include $(top_srcdir)/git.mk